home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13288 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: lrz-muenchen.de!news
  2. From: watzka@stat.uni-muenchen.de (Kurt Watzka)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: complex numbers header
  5. Date: 6 Apr 1996 13:32:02 GMT
  6. Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
  7. Distribution: world
  8. Message-ID: <4k5roi$bgm@sparcserver.lrz-muenchen.de>
  9. References: <4k4udt$4s3@cobia.gulf.net>
  10. NNTP-Posting-Host: sun2.lrz-muenchen.de
  11.  
  12. brhjrh@gulf.net (Bryan Halsey) writes:
  13.  
  14. >Where can I am find an include header file for complex numbers for C?
  15. >Does such a thing exist?
  16.  
  17. Once you have it, what are you going to do with it without the matching
  18. library or objects? Should it be a "macro" based implementation? Since
  19. this limits the scope to basic arithmetic, it should not be too 
  20. difficult to "roll your own".
  21.  
  22. BTW, complex numbers and matrices _are_ entitys that can be treated 
  23. in C++ in a user friendly way, so if you work with these a lot, C++
  24. might be an interesting language for you. There even is a header 
  25. <complex> in the current draft standard, and the draft standard library
  26. supports it.
  27.  
  28. Kurt
  29. --
  30. | Kurt Watzka                             Phone : +49-89-2180-6254
  31. | watzka@stat.uni-muenchen.de
  32.  
  33.